POV-Ray : Newsgroups : povray.general : Warning: Patch objects not allowed in intersection : Warning: Patch objects not allowed in intersection Server Time
3 Aug 2024 12:20:12 EDT (-0400)
  Warning: Patch objects not allowed in intersection  
From: =Bob=
Date: 18 Feb 2004 16:20:55
Message: <4033d737@news.povray.org>
I received this error while doing a difference with a triangle within
a union (POV 3.5, NT4), yet it seems to have rendered fine, that
is, the semicircle was removed from the triangle. What did I do
incorrectly?

difference {
   union {
     cylinder { <-0.1,0.25,0> <0,0,0> 0.005 }
     cylinder { <0.1,0.25,0> <0,0,0> 0.005 }
     triangle { <0,0,0>, <-0.1,0.25.0>,  <0.1,0.25.0> }
    }

  cylinder { <0,0.25, 0.1> <0,0.25,-0.1> 0.11 }
  pigment {rgb 1}
  }

=Bob=


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.